|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.flamingo.utils.AbstractFilter
org.jvnet.flamingo.utils.ColorShiftFilter
public class ColorShiftFilter
Image filter that shifts the colors of the original image.
| Constructor Summary | |
|---|---|
ColorShiftFilter(java.awt.Color shiftColor,
double shiftAmount)
Creates a new color shift filter. |
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
|
| Methods inherited from class org.jvnet.flamingo.utils.AbstractFilter |
|---|
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColorShiftFilter(java.awt.Color shiftColor,
double shiftAmount)
shiftColor - Shift color.shiftAmount - Shift amount in 0.0-1.0 range.| Method Detail |
|---|
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||